Interface CHAPProcess

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
CHAPProcessImpl

public interface CHAPProcess extends Process
Information provided by the PKI file:

    \class ChapProcess
    
    \brief ChapProcess is the process that manipulates the protocol CHAP.
    
    \example network().getDevice("Router0").getProcess("ChapProcess")
    
Author:
Auto-generated
  • Method Details

    • setPassword

      void setPassword(String password)
      Information provided by the PKI file:
      
          \brief Sets the CHAP password.
          
          \param string, the CHAP password.
          
              
      Parameters:
      password - Takes in a parameter of password
    • setUserName

      void setUserName(String username)
      Information provided by the PKI file:
      
          \brief Sets the CHAP username.
          
          \param string, the CHAP username.
          
              
      Parameters:
      username - Takes in a parameter of username
    • getUserName

      String getUserName()
      Information provided by the PKI file:
      
          \brief Returns the CHAP username.
          
          \return string, the CHAP username.
          
              
      Returns:
      String Returns a String
    • getPassword

      String getPassword()
      Information provided by the PKI file:
      
          \brief Returns the CHAP password.
          
          \return string, the CHAP password.
          
              
      Returns:
      String Returns a String